Click or drag to resize

TimeZoneDefinition Class

Specifies the periods and transitions that define a time zone.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTimeZoneDefinition

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class TimeZoneDefinition

The TimeZoneDefinition type exposes the following members.

Properties
  NameDescription
Public propertyId
Represents the unique identifier of the time zone.
Public propertyName
Represents the descriptive name of the time zone.
Public propertyPeriods
Represents a collection of Period elements that define the time offset at different stages of the time zone.
Public propertyTransitionsGroups
Represents a collection of TransitionsGroup elements that specify time zone transitions.
Public propertyTransitons
Represents a collection of time zone transitions.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also